Offers utilities to use with the ONE_CHANNEL_PACK enumeration class. More...
Static Public Member Functions | |
static std::string_view | enumToString (ONE_CHANNEL_PACK value) |
static ONE_CHANNEL_PACK | stringToEnum (const std::string_view &value) |
Offers utilities to use with the ONE_CHANNEL_PACK enumeration class.
|
static |
Translates the enumeration value into a string.
value | The enumeration value to translate. |
|
static |
Translates a string into the enumeration value.
value | The string to translate |